ResourceRefreshLock Method (ActiveLock) |
Refresh the lock on this resource by resetting the lock timeout.
Namespace:
Independentsoft.Webdav
Assembly:
Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntaxpublic ActiveLock RefreshLock(
ActiveLock activeLock
)
Public Function RefreshLock (
activeLock As ActiveLock
) As ActiveLock
Parameters
- activeLock
- Type: Independentsoft.WebdavActiveLock
The lock on resource to refresh lock.
Return Value
Type:
ActiveLockAn ActiveLock as result of refresh lock operation.
See Also